![]() System for transparent recovery from disruption of a data transfer
专利摘要:
A system for transparent recovery from a communications disruption during transmission of a data stream from a source computer to a destination computer is implemented in a method including the steps of determining a portion of the data stream that was successfully received by the destination computer and resuming the transmission from a point in the data stream immediately after the successfully received portion. 公开号:US20010002900A1 申请号:US09/000,636 申请日:1997-12-30 公开日:2001-06-07 发明作者:David A. Romrell 申请人:Intel Corp; IPC主号:H04L67-06
专利说明:
[0001] This application claims the benefit of the identically-titled U.S. Provisional Application No. 60/042,069, filed Mar. 25, 1997 by David A. Romrell and assigned to Intel Corporation, the disclosure of which is expressly incorporated herein by reference. [0001] BACKGROUND OF THE INVENTION [0002] 1. Field of the Invention [0002] [0003] The present invention relates generally to the field of computer networking, and in particular to a system in which a network device is configured to automatically recover from a communications disruption during transmission of a data stream. [0003] [0004] 2. Related Art [0004] [0005] According to existing technology used for network data transfers, such as downloading information from the World Wide Web (“the Web”), the typical method for recovering from a communications disruption during a data transfer is to return an error to the end user. At this point the end user has the option of either reconnecting and restarting the download from the beginning, or giving up on the download altogether. Restarting the download has the inherent disadvantage of wasting all of the time previously spent receiving part of the data transfer. This is understandably frustrating to users, especially those with relatively low-speed connections to the Internet such as POTS (Plain Old Telephone System) or cellular connections. [0005] [0006] One possible solution to this problem is to use checkpointed data transfers. Checkpointing is a technique used to keep track of data that has been successfully transmitted between two devices. If a failure occurs, the download resumes from the last checkpoint instead of from the beginning. Unfortunately, adding checkpointing functionality to the Internet would require software changes for existing Web browsers and the thousands of existing Web servers. Nevertheless, a protocol called HTTP 1.1, a relatively new version of the HyperText Transfer Protocol widely-used for communicating over the Internet, is a step in this direction. HTTP 1.1 provides a facility whereby a requesting device may designate a portion of a file to be downloaded by a server. In order to use this facility, however, both the source device and the destination device must be pre-configured to communicate with the new protocol. [0006] [0007] Accordingly, there is a need for a system which provides the benefits of checkpointed data transfer, but without requiring changes to existing Internet infrastructure. [0007] SUMMARY OF THE INVENTION [0008] According to an embodiment of the present invention, a method for recovering from a communications disruption during transmission of a data stream from a source computer to a destination computer includes determining a portion of the data stream that was successfully received by the destination computer. Transmission is then resumed from a point in the data stream immediately after the successfully received portion. [0008] BRIEF DESCRIPTION OF THE DRAWINGS [0009] FIG. 1 is a schematic diagram illustrating a system for recovering from a communications disruption according to an embodiment of the present invention. [0009] [0010] FIG. 2 is a schematic diagram illustrating a system for enhancing data access over a communications link in which embodiments of the present invention may be implemented. [0010] [0011] FIG. 3 is a flow diagram illustrating a method for recovering from a communications disruption according to an embodiment of the present invention. [0011] [0012] FIG. 4 is a schematic diagram illustrating a system for recovering from a communications disruption according to an alternate embodiment of the present invention. [0012] DETAILED DESCRIPTION [0013] Embodiments of the present invention provide systems and methods for transparently recovering from a communications disruption during a transmission of data from a source network device to a destination network device. With reference to FIG. 1, according to a first embodiment a client device [0013] 12 having a browser 32 is configured to communicate with external network devices, such as content servers 8. In this embodiment, client device 12 includes a local proxy 48 that is configured to receive all network traffic from or to client device 12. In addition, a remote proxy 36 is arranged to receive all network traffic from or to client device 12. Client device 12, via local proxy 48, is coupled to remote proxy 36 by a first communications link 14, and remote proxy 36 is coupled to content servers 8 by a second communications link 16. [0014] Local and remote proxies such as those shown in FIG. 1 may be implemented, for example, as part of a system for enhancing data access over a communication link as illustrated in FIG. 2. In the arrangement of FIG. 2, a transcoding server [0014] 34 manages the transfer of data from the network 18 to network client 12. Network 18 may comprise, for example, the Internet. Network client 12 may be any computer having suitable data communications capability. Network client 12 communicates requests for information to, and receives information from, transcoding server 34 over a client/server communications link 14, and includes a browser 32, such as the Netscape Navigator v.3.0 browser (although the invention is not limited in this respect), which manages the presentation of data to a user. Transcoding server 34 communicates with computers resident on network 18 through server/network communications link 16. The respective communications links 14, 16 may comprise any suitable communications media known in the art. [0015] In the particular arrangement shown in FIG. 2, transcoding server [0015] 34 includes a transcoder 20 having a parser 22 and a plurality of transcode service providers 24. Parser 22 is configured to act upon data received by transcoder 20, such as a request for a network object generated by a client device or a reply to such a request provided by a content server device. Parser 22 is responsible for selectively invoking one or more of transcode service providers 24 based upon a predetermined selection criterion. [0016] Transcoding server [0016] 34 also includes an HTTP remote proxy 36, capable of accessing network 18 over server/network communications link 16. HTTP remote proxy 36 differs from known network proxies, which generally are little more than a conduit for requests to, and replies from, external Internet resources, in that it is capable not only of examining such requests and replies, but also of acting upon commands in the requests by, for example, determining whether or not to transcode content. Moreover, using transcoder 20, HTTP remote proxy 36 is capable of changing content received from network 18 prior to returning it to a requesting network client 12, as is explained further below. [0017] Transcoder [0017] 20 is coupled to HTTP remote proxy 36, and parser 22 manages the transcoding of data to be transmitted from transcoding server 34 to network client 12. To this end, parser 22 controls transcode service providers 24 to selectively transcode content based on a predetermined selection criterion. In this context, the term “transcode” refers to virtually any manipulation of data, including addition, deletion and modification. For example, one or more transcode service providers 24 may provide the capability to compress and/or scale different types of data content, such as image, video, or HTML (HyperText Markup Language). [0018] Parser [0018] 22 may comprise a relatively simple, uniform interface to HTTP remote proxy 36, and may provide an API (Application Programming Interface) for transcoding data received by HTTP remote proxy 36. Parser 22 manages one or more transcode service providers 24 that are accessed through a common SPI (Service Provider Interface). In this particular arrangement, parser 22 is designed in compliance with the Windows Open Systems Architecture (WOSA), and may be implemented as a Win32 DLL (Dynamic Link Library). The WOSA architecture, described in Readings on Microsoft Windows and WOSA (Microsoft Corp. 1995), enables additional transcode service providers 24 to be dynamically added to the system to provide new features and/or better transcoding algorithms, while at the same time not requiring changing or retesting other software components in the system. [0019] Transcoding server [0019] 34 may also include a server-side cache memory 30 managed by a server-side cache interface 28. Server-side cache memory 30 may be used to store both original and transcoded versions of content for later transmission to network client 12 without the need to re-retrieve the content from Internet 18 or to re-transcode the content. Like parser 22, server-side cache interface 28 may be modeled after a standard Get/Set interface. Server-side cache memory 30 essentially “owns” all cached objects, in that it manages the properties and storage of the objects and may invalidate any non-locked object at any time; however, the actual format of any given cached object is known only by parser 22 and its associated transcode service providers 24. Thus, for data integrity and transcoding efficiency purposes, all access to server-side cache memory 30 in this embodiment is through parser 22. [0020] Server-side cache interface [0020] 28 may include the following calls: [0021] CreateEntry(URL, &Entry, . . . ); [0021] [0022] GetEntry(URL, &Entry); [0022] [0023] CreateStream(Entry, &StreamEntry, . . .); [0023] [0024] GetStream(Entry, &StreamEntry, . . .); [0024] [0025] CloseEntry(Entry); [0025] [0026] CloseStreamEntry(StreamEntry); [0026] [0027] GetProperties(Entry, &Properties, . . .); [0027] [0028] SetProperties(Entry, &Properties, . . .); [0028] [0029] Read(StreamEntry, &OutStream, . . .); [0029] [0030] Write(StreamEntry, &InStream, . . .). [0030] [0031] Unlike most cache memories, server-side cache interface [0031] 28 and server-side cache memory 30 enable maintenance of multiple representations of a given cached object, with descriptive information about each representation included in server-side cache memory 30. In addition, server-side cache interface 28 and server-side cache memory 30 serve as a synchronization point for multi-threaded accesses to cached objects. It should be noted that the illustrated arrangement does not require any particular configuration for server-side cache interface 28 and/or server-side cache memory 30, and functionality attributed to these components may be readily implemented in other system components. [0032] The CreateEntry() call creates and returns a cache entry for a specified hypertext object. This call also creates an entry stream for an original version of the hypertext object. Similarly, the GetEntry() call obtains a cache entry for a hypertext object already existing in cache memory [0032] 30. Both the CreateEntry() and GetEntry() calls set locks on associated cached objects until a CloseEntry() call is invoked. Once a lock is set, the cached object will not be replaced or invalidated by cache interface 28, permitting one or more transcode service providers 24 to safely perform any required cache operations, such as object retrieval and/or storage. [0033] After a cache entry is created or opened by a CreateEntry() or GetEntry() call, the CreateStream() or GetStream() calls may respectively create or open an extra stream entry for the cached object. Each extra stream entry is associated with a different transcoded version of the hypertext object, which may be retrieved or appended to by one of transcode service providers [0033] 24. Stream-based processing of cached objects makes it possible for transcoding server 34 to begin transmitting a transcoded version of a hypertext object to a requesting network client 12 even while transcode service provider 24 is appending additional transcoded content to that same version. Advantages of this stream-based processing include reducing user latency through incremental painting of objects and avoiding unnecessary idle time on client/server communications link 14, thereby providing users with a more responsive “feel.” [0034] The GetProperties() and SetProperties() calls retrieve and store information about cached objects, including information maintained by transcode service provider [0034] 24 used to determine transcoding properties and transcoding status of a cached object. Transcode service provider 24 may use such information, for example, to determine current compression progress for scaled data access and staged refinements. [0035] The Read() call reads data from a specified cached object data stream. For example, transcode service provider [0035] 24 may invoke this call and tunnel stream data through HTTP remote proxy 36 directly to network client 12. The Write() call caches data from a new HTTP data stream. This call will append an incoming data stream received from, for example, a Web server or transcode service provider 24, to an opened cache stream which may be concurrently read using the Read() call. [0036] In the arrangement shown in FIG. 2, parser [0036] 22 may include the following calls: [0037] GetObject(URL, InParams, &OutParams, &OutStream, . . .); [0037] [0038] GetScaledObject(URL, InParams, &OutParams, &OutStream, Stage, . . .); [0038] [0039] PutObject(URL, InParamStruct, &InStream, &OutParams, &OutStream, . . .). [0039] [0040] As detailed below, parser [0040] 22 uses these calls to manage the provision of requested content to network client 12. [0041] The GetObject() call is used to service non-enabled client requests, and returns a non-transcoded (i.e., original) version of a specified hypertext object. In this embodiment, transcoding server [0041] 34 assumes that each HTTP request has a unique thread that may be blocked until the request is satisfied. Accordingly, the GetObject() call will block until it either returns the requested data stream or indicates failure with a cause (e.g., object does not exist). This ability to return a so-called standard hypertext object is advantageous for compatibility reasons, enabling embodiments of the present invention to be used with existing browsers that do not include support for certain transcoding functionality (e.g., advanced data compression), and enabling users to selectively retrieve non-transcoded versions. [0042] The GetScaledObject() call is similar to GetObject(), and is also used to request an object from server-side cache memory [0042] 30; however, it adds support for requesting a particular version of that object, such as a high-quality rendition. Unlike traditional caching proxies, transcode service providers 24 can use server-side cache memory 30 to store several different versions of an object to support clients with different communications and/or presentation capabilities. Thus, an additional “Stage” parameter may be used to indicate which version of the cached object is to be returned to network client 12. Where transcode service provider 24 is configured to scale network content, it may use this parameter to request a version of a cached object having, for example, a default scaled quality, a refinement to a better-quality version, or the original non-scaled version. [0043] In this arrangement, when network client [0043] 12 requests a hypertext object, HTTP remote proxy 36 uses either the GetObject() or GetScaledObject() call (depending on if network client 12 is capable of receiving scaled/transcoded datatypes) to retrieve the hypertext object from parser 22. If the hypertext object is not found, parser 22 uses the CreateEntry() call to create an entry (in effect, a placeholder) in server-side cache memory 30 for the new object. The new entry is returned to HTTP remote proxy 36, which requests the hypertext object from Internet 18. As a data stream for the hypertext object is returned, HTTP remote proxy 36 calls parser 22 using the PutObject() call, passing into this call the new entry and the handle to the data stream to be placed into the entry. Parser 22 selects an appropriate transcode service provider 24 based, for example, on the content type of the data stream. In this context, the term content type encompasses a datatype, an HTTP MIME (Multipurpose Internet Mail Extensions) type, a content format, and so on. The selected transcode service provider 24 uses a separate thread to read the incoming data stream, transcode it, and place it within the entry of server-side cache memory 30. The current thread immediately returns to HTTP remote proxy 36, which once again calls GetScaledObject() (or GetObject()). This case will always result in a cache hit. This thread then works simultaneously with the separate thread in the PutObject() to tunnel data (either original or transcoded) from transcoding server 34 to network client 12. [0044] Multiple-thread processing may be used to improve the efficiency of the arrangement shown in FIG. 2 by not waiting for a hypertext object to be received in its entirety by HTTP remote proxy [0044] 36, or added in its entirety to server-side cache memory 30, before beginning to send the object to network client 12. Another benefit of multiple-thread processing is that parser 22 may efficiently process requests for the same hypertext object from multiple network clients 12. The hypertext object need only be retrieved from network 18 once, and appropriate versions may be transmitted to such multiple network clients 12 concurrently. [0045] Parser [0045] 22 may selectively invoke one of transcode service providers 24 based upon satisfaction of a predetermined selection criterion. Such selection criterion may comprise, for example, information contained in a header portion of a data packet received by transcoding server 34, such as a MIME type, a URL (Uniform Resource Locator), a last modified time indicator and so on. Alternatively, the predetermined selection criterion may comprise information contained in a data portion of such a data packet, such as particular content, key words, structures (for example, heading levels), and so on. Still further, the predetermined selection criterion may comprise a condition of the device on which transcoding server 34 is installed (for example, a current processing load), a condition of a device to which transcoding server 34 is coupled, or a condition of a communications link. Transcoding server 34 may provide the ability to dynamically update such predetermined selection criteria. [0046] In the particular arrangement shown in FIG. 2, network client [0046] 12 is a so-called “enabled client,” meaning it contains specialized software to support, for example, more sophisticated transcoding features than are provided by the above-described embodiments, or to perform some or all of the transcoding functions on the client side. As illustrated, network client 12 includes an HTTP local proxy 48 coupled to a client-side parser 50 which, similar to parser 22 of transcoding server 34, controls one or more client-side transcode service providers 52. Each transcode service provider 52 may be configured, for example, to transcode content before it is rendered to a user or to perform a counterpart transcoding function (e.g., decoding, decompression) with respect to a function performed by a corresponding transcode service provider 24 of transcoding server 34. As in transcoding server 34, network client 12 may include a client-side cache memory 56 managed by a client-side cache interface 54. Client-side cache interface 54 may be an already-existing facility supported by the operating system, such as WININET. Using an existing caching facility reduces the amount of software that is to be downloaded to network client 12 to implement such an arrangement, and also allows other applications, such as disconnected browsers, to share client-side cache memory 56. [0047] HTTP local proxy [0047] 48, client-side parser 50 and client-side transcode service providers 52 (collectively, the client software) may be downloaded to network client 12 on demand. Alternatively, the client software could be distributed to users on a portable storage medium, such as a diskette or CD-ROM, or it may be preloaded on an off-the-shelf personal computer. In the illustrated arrangement, the client software is implemented separate from browser 32; however, the client software may also be integrated in browser 32. [0048] The “enablement” provides network client [0048] 12 with expanded flexibility for rendering hypertext objects. As with so-called non-enabled clients, enabled network client 12 may receive a transcoded data stream from HTTP remote proxy 36 in a format that is already supported by the standard internal rendering software of browser 32 (e.g., JPG, GIF). This would be the case where, for example, the transcoding process involved adding or deleting text to the hypertext object. In addition, HTTP remote proxy 36 may transcode a hypertext object to a data stream having a new MIME type, such as where the transcoding process comprised scaling or data compression, in which case a client-side transcode service provider 52 could be provided to convert the data stream back to a MIME type supported by browser 32. For example, HTTP remote proxy 36 could transmit a file compressed using a non-standard, not well-supported but leading-edge compression algorithm to network client 12, and client-side transcode service provider 52 could uncompress the file back to its original format. This approach has the benefit of relieving HTTP local proxy 48 from having to provide a user interface, and eliminates restrictions imposed by limitations as to the data types supported by browser 32. In this way, the transcoding process can remain transparent to users, browsers and Web servers even when it involves changing content to different datatypes. [0049] Yet another possibility is that enabled network client [0049] 12 includes one or more add-ins 46 specifically configured to transcode, render or playback content received by network client 12. Add-ins 46 may be implemented, for example, using Netscape plug-ins or ActiveX controls. Moreover, add-ins 46 may be installed as part of the client software, as illustrated in FIG. 2, or integrated with browser 32. Such add-ins 46 are beneficial in that they generally may be configured to permit a user to click on a specific object to obtain a different version (e.g., higher quality) representation. Add-ins 46 are also beneficial in that they appear to a user to be well-integrated with browser 32, and are easily upgradeable. Combinations of the above-described presentation facilities are also possible. [0050] In the particular arrangement of FIG. 2, browser [0050] 32 is configured to send all HTTP requests through HTTP local proxy 48, thus allowing HTTP local proxy 48 to improve retrieval and rendering of requested hypertext objects. For example, when HTTP local proxy 48 receives an HTTP request from browser 32 for a hypertext object associated with a Web page, it passes the URL to client-side cache interface 54 to check whether a copy of the hypertext object already exists in client-side cache memory 56. If the hypertext object is cached, HTTP local proxy 48 passes the cached object to browser 32 for rendering. If the requested hypertext object is not cached, HTTP local proxy 48 transmits an HTTP request to transcoding server 34 for processing. HTTP local proxy 48 may use a custom Get() request for this purpose to enable transcoding server 34 to identify network client 12 as enabled. Performing the processing described above, transcoding server 34 will return a data stream for the hypertext object to HTTP local proxy 48. [0051] Referring again to FIG. 1, the particular embodiment illustrated is directed to recovering from a failure in first communications link [0051] 14 and/or second communications link 16 during transmission of data, for example, from server device 8 to client device 12. This and other embodiments, however, may be used to recover from any break in the communications stream from server device 8 to client device 12. Communications link 14 may be any communications medium capable of carrying data transmissions including, but not limited to, POTS, cellular, packet radio, infrared, microwave, Ethernet, cable and satellite networks. The illustrated embodiment differs structurally from a typical prior art configuration by the addition of local proxy 48 and remote proxy 36, both of which play a role in recovering from a disrupted data transfer. In short, enhancements in these proxies enable failures in communications link 14, 16 to be detected and recovered from with little or no impact on the remainder of the system. [0052] A general recovery method according to another embodiment of the present invention is illustrated in the flow diagram of FIG. 3. This general method may be implemented, for example, as an executable software module installed in a network device, such as server device [0052] 8 in FIG. 1. According to this embodiment, processing begins upon receipt of a request to transmit a data stream (Step 20). As explained further below with reference to other embodiments, such a request may be generated, for example, by a destination device coupled to the network device, or even by the network device itself. Next, the network device determines whether the request corresponds to a previously disrupted transmission (Step 30). If so, the network device determines what portion of the requested data stream, if any, was successfully received by the destination device before the disruption (Step 40). The network device may then set a transmission start point to a position corresponding to an offset into the requested data stream equal to the successfully received portion (Step 50). If the request does not correspond to a disrupted prior transmission, the start point is set to the beginning of the data stream (Step 60). Transmission of the data stream to the destination device then begins from the start point (Step 70). [0053] Referring again to the embodiment illustrated in FIG. 1, according to one particular implementation a system may be configured for so-called “automatic continuation” following a failure of communications link [0053] 14, 16. This implementation requires little interaction with the user of client device 12, and is transparent to browser 32. In a variation on this embodiment, local proxy 48 may optionally be configured to react to a disconnect by notifying the user with a dialog box, although such notification is not necessary to obtain the benefits of this embodiment. No indication of the detected failure is given through the open sockets to browser 32 (labeled “A” in FIG. 1). Where a dialog box is presented to the user and the user selects “automatic continuation,” local proxy 48 will issue an enhanced request to remote proxy 36 for the data object that was being transferred when the disruption occurred. Unlike traditional protocols, which only request a data object, this enhanced request includes an indication of the number of bytes of the data object already received by local proxy 48. Remote proxy 36 then uses this indication to resume the data transfer from this offset. If the user does not choose to continue the data transfer, the system reacts like a standard proxy and closes the open sockets to browser 32. In such a case, all partially-received data is typically discarded. In yet another variation of this embodiment, local proxy 48 may be configured to always attempt automatic continuation, in which case there would be no need to provide the user with a dialog box. [0054] According to another particular implementation, a system may be configured for so-called “deferred continuation.” According to this latter implementation, the user is provided with an interface to checkpoint downloads at any time, not just because of a communications failure. If the user selects the deferred continuation option during a particular download, local proxy [0054] 48 checkpoints the connection by storing the partially-downloaded data object (deferred for later continuation) and returns an error to browser 32. This allows the user to, for example, browse elsewhere or disconnect until a later time. The interface further provides the user with the ability to choose when to continue the deferred download. The user may be given the option of resuming the download on demand, or the interface could alternatively permit the user to schedule the download to resume at a later point in time (such as at night). In the same manner described above with respect to automatic continuation, upon resumption local proxy 48 issues an enhanced request to remote proxy 36, causing remote proxy 36 to resume the download from an offset equal to the number of bytes previously stored by local proxy 48. [0055] A consideration with respect to either of the foregoing approaches, but especially with respect to the deferred continuation approach, is the fact that the data object being downloaded may be updated at any time on server device [0055] 8. This potential problem may be addressed using a variation of the enhanced communications protocol just described. For example, when local proxy 48 issues an enhanced request to remote proxy 36, it may include in the enhanced request the HTTP/FTP (HyperText Transfer Protocol/File Transfer Protocol) header of the file represented by the partially-received data stream. Remote proxy 36 may then retrieve the data object from server device 8 and compare the header information to that received in the enhanced request to determine whether the data object has been updated. Such a determination may be made, for example, using the “Last Modified Time,” “Content Length” or any other suitable fields likely to change when a data object is updated. If this check indicates that the data object has been updated, remote proxy 36 would then return a data stream representing the entire data object to local proxy 48; otherwise, remote proxy 36 would only return the remaining portion of the data stream. Remote proxy 36 could also return the header retrieved from server device 8 for use by local proxy 48 in verifying that the incoming data stream is in fact a continuation of the interrupted transmission. This header could also include a checksum for the data stream which local proxy 48 may use to ensure no errors were introduced during the recovery process. It should be noted that the foregoing references to HTTP/FTP structures are offered by way of example only, and are not intended to limit the scope of the present invention to any particular protocol. [0056] Alternatively, local proxy [0056] 48 may perform, for example, a CRC (cyclic redundancy check) or other checksum-type process on the portion of the data object it received. It may then transmit the result to remote proxy 36 along with the size of the received portion. Remote proxy 36 may then re-retrieve the data object from server device 8 and perform an identical procedure on the same portion of the newly-retrieved data object. If remote proxy 36 arrives at the same result as that transmitted by local proxy 48, then it is not necessary for remote proxy 36 to re-transmit that portion of the data object; otherwise, remote proxy 36 will begin the re-transmission from the beginning of the data object. [0057] Another consideration with respect to both the automatic and deferred continuation embodiments relates to storing a partial data object in a cache memory (not shown) coupled to local proxy [0057] 48. For this purpose, local proxy 48 may use a flag in its cache entry to indicate that the cached object contains only partial content. If client device 12 attempts to retrieve the cached object in the future, such as while browsing, local proxy 48 will recognize that it has only part of the desired data object in its cache. Local proxy 48 may then issue an enhanced request to either download the remaining portion of the data object or to download a complete, updated version as described above. [0058] In the embodiment illustrated in FIG. 1, client-side recovery processing is provided by local proxy [0058] 48 and server-side recovery processing is provided by remote proxy 36. In an alternate embodiment, illustrated in FIG. 4, server-side recovery processing may be provided by an executable software module 6 installed in server device 8. In a similar manner, client-side recovery processing may be implemented as an executable software module 4 installed in browser 32, or as a separate module within client device 12. Persons skilled in the art will recognize that various combinations of the proxy-based and non-proxy-based embodiments are likewise possible. [0059] Embodiments of the present invention may be distributed, for example, as a set of instructions residing on a storage medium. Such a storage medium might be a memory of a computer; a piece of firmware; a portable storage device, such as a diskette or other magnetic storage device, or a CD-ROM; or any other medium on which it is known to store executable instructions. [0059] [0060] Although the present invention has been described with reference to embodiments for accessing data from a network such as the Internet, persons skilled in the art will recognize that it is equally applicable to other networking environments. For example, embodiments of the present invention may be used to checkpoint data transfers between a network client computer and an “intranet” (a secure corporate network modeled after the Internet architecture), and generally includes mechanisms for communicating with external networks such as the Internet. [0060] [0061] The foregoing is a detailed description of particular embodiments of the present invention. The invention embraces all alternatives, modifications and variations that fall within the letter and spirit of the claims, as well as all equivalents of the claimed subject matter. For example, as alluded to above, embodiments of the present invention may be implemented without either a local proxy or a remote proxy, with the requisite functionality being provided, for example, in software running on a client device (for example, as part of a browser) and a server device. Still other embodiments may be implemented with a local proxy and a suitably-configured server device, or with a suitably-configured client device and a remote proxy. Still other embodiments may be implemented with enhanced network stacks which can detect a communications disruption and issue a request to download the remaining data. Persons skilled in the art will recognize from the foregoing detailed description that many other alternatives, modifications and variations are possible. [0061]
权利要求:
Claims (14) [1" id="US-20010002900-A1-CLM-00001] 1. A method for recovering from a communications disruption during transmission of a data stream from a source computer to a destination computer, said method comprising the steps of: determining a portion of the data stream that was successfully received by the destination computer; and resuming the transmission from a point in the data stream immediately after said successfully received portion. [2" id="US-20010002900-A1-CLM-00002] 2. The method of claim 1 , wherein the data stream represents a data object resident in a memory coupled to the source computer, said method further comprising the step of retrieving a latest version of the data object from the memory and resuming the transmission from the beginning of said latest version if the data object has been updated since the communications disruption. [3" id="US-20010002900-A1-CLM-00003] 3. The method of claim 1 , wherein the destination computer detects the communications disruption and requests that the source computer resume the transmission. [4" id="US-20010002900-A1-CLM-00004] 4. The method of claim 3 , wherein the destination computer requests that the source computer resume the transmission a predetermined time period after the communications disruption. [5" id="US-20010002900-A1-CLM-00005] 5. A system for recovering from a disruption during transmission of a data stream from a source computer to a destination computer, said system comprising a first executable module coupled to the destination computer and a second executable module coupled to the source computer, said first executable module and said second executable module being coupled to one another by a communications link, said first executable module comprising instructions for generating a request to said second executable module to resume the transmission upon detection of a communications disruption, wherein said request includes an indicator corresponding to a portion of the data stream that was previously received, and said second executable module including instructions for resuming the transmission from a point in said data stream immediately following said previously received portion. [6" id="US-20010002900-A1-CLM-00006] 6. The system of claim 5 , wherein the destination computer includes a browser, said first executable module comprising a component of said browser. [7" id="US-20010002900-A1-CLM-00007] 7. The system of claim 5 , wherein the destination computer includes a browser, said first executable module being coupled to said browser. [8" id="US-20010002900-A1-CLM-00008] 8. The system of claim 7 , wherein said first executable module further comprises a local proxy. [9" id="US-20010002900-A1-CLM-00009] 9. The system of claim 5 , wherein the source computer comprises a network server, said second executable module comprising a component of the network server. [10" id="US-20010002900-A1-CLM-00010] 10. The system of claim 5 , wherein the source computer comprises a network server, said second executable module comprising a remote proxy coupled to the network server. [11" id="US-20010002900-A1-CLM-00011] 11. The system of claim 10 , wherein said remote proxy is coupled to a plurality of network servers. [12" id="US-20010002900-A1-CLM-00012] 12. A storage medium containing a set of instructions for execution by a network device, wherein the network device is configured to transmit a data stream to a destination device, said set of instructions including instructions for: detecting disruption of a transmission of a data stream to the destination device; determining a portion of the data stream that was successfully received by the destination device; and resuming the transmission from a point in the data stream immediately after said successfully received portion. [13" id="US-20010002900-A1-CLM-00013] 13. The storage medium of claim 12 , wherein said storage medium comprises a magnetic storage device. [14" id="US-20010002900-A1-CLM-00014] 14. The storage medium of claim 12 , wherein said storage medium comprises a memory coupled to the network device.
类似技术:
公开号 | 公开日 | 专利标题 US6396805B2|2002-05-28|System for recovering from disruption of a data transfer US10331755B2|2019-06-25|Transport and administration model for offline browsing US6101328A|2000-08-08|System for preventing multiple instances of the same dynamic executable module US6185625B1|2001-02-06|Scaling proxy server sending to the client a graphical user interface for establishing object encoding preferences after receiving the client's request for the object US6108655A|2000-08-22|Method and apparatus for transmitting images and other objects over a computer network system US6311215B1|2001-10-30|System for dynamic determination of client communications capabilities EP0811939B1|2005-08-31|Method and apparatus for providing proxying and transcoding of documents in a distributed metwork KR100540495B1|2006-03-09|A method and apparatus for compressing a continuous, indistinct data stream EP0823173B1|2000-05-31|Reduced overhead tcp communication system US7613780B2|2009-11-03|Optimizing content retrieval over a data network US5859971A|1999-01-12|Differencing client/server communication system for use with CGI forms AU2010201114B2|2012-11-15|Method for caching and delivery of compressed content in a content delivery network US7904073B2|2011-03-08|System and method for processing extensible markup language | documents US7865604B2|2011-01-04|System and program for access control EP0823170B1|2000-09-27|Client/server communication system US5864837A|1999-01-26|Methods and apparatus for efficient caching in a distributed environment US6477529B1|2002-11-05|Apparatus and method for dynamically limiting information sent to a viewing device JP4608195B2|2011-01-05|Data caching method US6345303B1|2002-02-05|Network proxy capable of dynamically selecting a destination device for servicing a client request US20020188631A1|2002-12-12|Method, system, and software for transmission of information US20030093511A1|2003-05-15|System for reducing server loading during content delivery US20080046508A1|2008-02-21|System and method for abbreviating information sent to a viewing device JP2002229842A|2002-08-16|Http archival file US7970881B2|2011-06-28|Bypassing uploading of data from a wireless device using outbound attachment caching EP1029286A1|2000-08-23|System for dynamically controlling a network device
同族专利:
公开号 | 公开日 US6396805B2|2002-05-28|
引用文献:
公开号 | 申请日 | 公开日 | 申请人 | 专利标题 US6363413B2|1996-12-31|2002-03-26|Intel Corporation|Method and apparatus for increasing the effective bandwidth of video sequences transmitted over a network by using cached data| US20020059463A1|2000-11-10|2002-05-16|Leonid Goldstein|Method and system for accelerating internet access through data compression| US20020073047A1|2000-12-08|2002-06-13|Morrison Michael C.|Method and system for conducting a transaction over a network| US20020094813A1|2001-01-15|2002-07-18|Ntt Docomo, Inc.|Control method and system for information delivery through mobile communications network| EP1331821A2|2002-01-29|2003-07-30|Kabushiki Kaisha Toshiba|Recording/playback apparatus| WO2004030310A1|2002-09-25|2004-04-08|Koninklijke Philips Electronics N.V.|Communication system and method of managing a streaming session| US20040193942A1|2003-02-27|2004-09-30|Sun Microsystems, Inc.|Method for synchronous support of fault-tolerant and adaptive communication| US20060026351A1|2000-05-01|2006-02-02|Hideyuki Agata|Apparatus and method for processing information, and program and medium used thereof| US20060087975A1|2004-10-07|2006-04-27|Santera Systems, Incorporated|Methods and systems for providing redundancy protection in a Y-cable-based signal transmitter arrangement| US7072987B2|2001-10-15|2006-07-04|Siemens Aktiengellschaft|Method for operating and observing field devices| US20070204064A1|2004-03-23|2007-08-30|David Mail|Optimally adapting multimedia content for mobile subscriber device playback| US20070255843A1|2006-04-28|2007-11-01|Zubev Alexander I|Configuration of clients for multiple computer services| US20080015882A1|2001-05-08|2008-01-17|United Parcel Service Of America, Inc.|Method and System for Add-in Module for Obtaining Shipping Information| US7349902B1|1999-08-04|2008-03-25|Hewlett-Packard Development Company, L.P.|Content consistency in a data access network system| EP1914959A1|2006-10-19|2008-04-23|Motorola, Inc., A Corporation of the State of Delaware;|Method and apparatus for recovery from network disconnections in a peer-peer network| US20080162666A1|2006-09-15|2008-07-03|Sony Corporation|Information processing device, download method, download interruption method, download resuming method, and program| US20080235566A1|2007-03-20|2008-09-25|Apple Inc.|Presentation of media in an application| US20130097280A1|2004-03-18|2013-04-18|Nokia Coporation|System and associated terminal, method and computer program product for uploading content| US20130148493A1|2011-12-13|2013-06-13|Avaya Inc.|Providing an Alternative Media Channel in a Virtual Media System| DE102013214795A1|2013-07-29|2015-01-29|Continental Automotive Gmbh|Tachograph arrangement and method for operating a tachograph arrangement| WO2015138436A1|2014-03-10|2015-09-17|Tritan Software Corporation|Client side device accessing data during communication distruptions| US9774702B2|2009-10-19|2017-09-26|Tritan Software Corporation|System and method of employing a client side device to access local and remote data during communication disruptions| US9973582B2|2009-10-19|2018-05-15|Tritan Software International|Method and apparatus for bi-directional communication and data replication between multiple locations during intermittent connectivity| US10250670B2|2013-01-17|2019-04-02|Apple Inc.|Streaming zip| US10795864B1|2019-12-30|2020-10-06|Tritan Software Corporation|Method and apparatus for bi-directional communication and data replication between local and remote databases during intermittent connectivity|US5373375A|1990-12-21|1994-12-13|Eastman Kodak Company|Metric conversion mechanism for digital images in a hierarchical, multi-resolution, multi-use environment| JP3586472B2|1991-06-25|2004-11-10|富士ゼロックス株式会社|Information display method and information display device| US5544320A|1993-01-08|1996-08-06|Konrad; Allan M.|Remote information service access system based on a client-server-service model| US5517612A|1993-11-12|1996-05-14|International Business Machines Corporation|Device for scaling real-time image frames in multi-media workstations| US5557765A|1994-08-11|1996-09-17|Trusted Information Systems, Inc.|System and method for data recovery| US5742905A|1994-09-19|1998-04-21|Bell Communications Research, Inc.|Personal communications internetworking| US5805735A|1995-03-02|1998-09-08|Apple Computer, Inc.|Method and apparatus for compression of digitized image data using variable color fidelity| US5724556A|1995-04-14|1998-03-03|Oracle Corporation|Method and apparatus for defining and configuring modules of data objects and programs in a distributed computer system| US5701451A|1995-06-07|1997-12-23|International Business Machines Corporation|Method for fulfilling requests of a web browser| US5706434A|1995-07-06|1998-01-06|Electric Classifieds, Inc.|Integrated request-response system and method generating responses to request objects formatted according to various communication protocols| US5631907A|1995-12-13|1997-05-20|Lucent Technologies Inc.|Reliable broadcast protocol structure for electronic software distribution| US5673322A|1996-03-22|1997-09-30|Bell Communications Research, Inc.|System and method for providing protocol translation and filtering to access the world wide web from wireless or low-bandwidth networks| US5727159A|1996-04-10|1998-03-10|Kikinis; Dan|System in which a Proxy-Server translates information received from the Internet into a form/format readily usable by low power portable computers| US5974461A|1996-06-03|1999-10-26|Webtv Networks, Inc.|Method for automatically regenerating information at a client system in the event of power or communication disruption between the client system and the server| US5768510A|1996-07-01|1998-06-16|Sun Microsystems, Inc.|Object-oriented system, method and article of manufacture for a client-server application enabler system| US5999979A|1997-01-30|1999-12-07|Microsoft Corporation|Method and apparatus for determining a most advantageous protocol for use in a computer network| US5987621A|1997-04-25|1999-11-16|Emc Corporation|Hardware and software failover services for a file server|US6563517B1|1998-10-02|2003-05-13|International Business Machines Corp.|Automatic data quality adjustment to reduce response time in browsing| US8078727B2|1998-10-09|2011-12-13|Netmotion Wireless, Inc.|Method and apparatus for providing mobile and other intermittent connectivity in a computing environment| US7617124B1|1998-12-04|2009-11-10|Digital River, Inc.|Apparatus and method for secure downloading of files| US7058597B1|1998-12-04|2006-06-06|Digital River, Inc.|Apparatus and method for adaptive fraud screening for electronic commerce transactions| US20030195974A1|1998-12-04|2003-10-16|Ronning Joel A.|Apparatus and method for scheduling of search for updates or downloads of a file| JP2000207219A|1999-01-18|2000-07-28|Fujitsu Ten Ltd|Communication system for between on-vehicle terminal and center, and the on-vehicle terminal used for communication system| JP3463803B2|1999-11-09|2003-11-05|松下電器産業株式会社|Cluster server device| US7792676B2|2000-10-25|2010-09-07|Robert Glenn Klinefelter|System, method, and apparatus for providing interpretive communication on a network| US6665642B2|2000-11-29|2003-12-16|Ibm Corporation|Transcoding system and method for improved access by users with special needs| US20030149720A1|2002-02-06|2003-08-07|Leonid Goldstein|System and method for accelerating internet access| US7191356B2|2003-02-27|2007-03-13|Sun Microsystems, Inc.|Method for asynchronous support of fault-tolerant and adaptive communication| US20040260946A1|2003-06-20|2004-12-23|Cahill Conor P.|User not present| US7085962B1|2003-09-08|2006-08-01|Veritas Operating Corporation|Method and system for completing a backup job that was interrupted during a backup process| US7558954B2|2003-10-31|2009-07-07|Hewlett-Packard Development Company, L.P.|Method and apparatus for ensuring the integrity of data| US7743405B2|2003-11-07|2010-06-22|Siemens Aktiengesellschaft|Method of authentication via a secure wireless communication system| KR100605880B1|2004-02-25|2006-08-01|삼성전자주식회사|Method for transmitting message file between client and server| US7243201B2|2004-07-22|2007-07-10|International Business Machines Corporation|Application-based commit for local storage subsystems and remote storage subsystems| FR2875319B1|2004-09-16|2008-04-11|Renault Sas|ON-BOARD SYSTEM AND CALCULATOR TO PUT UP DATA UNLOADING IN CASE OF STOPPING THE COMPUTER| US7394064B2|2004-10-05|2008-07-01|Halliburton Energy Services, Inc.|Measuring the weight on a drill bit during drilling operations using coherent radiation| US7487277B2|2005-10-11|2009-02-03|International Business Machines Corporation|Apparatus, system, and method for overriding resource controller lock ownership| US7721139B2|2007-03-27|2010-05-18|International Business Machines Corporation|Method, apparatus, and computer program product for managing data in a browser-based application| US8040863B2|2007-05-31|2011-10-18|International Business Machines Corporation|Demand pull and supply push communication methodologies| US8520535B2|2007-05-31|2013-08-27|International Business Machines Corporation|Optimization process and system for a heterogeneous ad hoc Network| US10623998B2|2007-05-31|2020-04-14|International Business Machines Corporation|Price offerings for bandwidth-sharing ad hoc networks| US7873019B2|2007-05-31|2011-01-18|International Business Machines Corporation|Systems and methods for establishing gateway bandwidth sharing ad-hoc networks| US7979311B2|2007-05-31|2011-07-12|International Business Machines Corporation|Payment transfer strategies for bandwidth sharing in ad hoc networks| US7944878B2|2007-05-31|2011-05-17|International Business Machines Corporation|Filtering in bandwidth sharing ad hoc networks| US7817623B2|2007-05-31|2010-10-19|International Business Machines Corporation|Optimization process and system for non-multiplexed peer-to-peer architecture| US8620784B2|2007-05-31|2013-12-31|International Business Machines Corporation|Formation and rearrangement of ad hoc networks| US7860081B2|2007-05-31|2010-12-28|International Business Machines Corporation|Optimization process and system for multiplexed gateway architecture| US7843861B2|2007-05-31|2010-11-30|International Business Machines Corporation|Coalition formation and service provisioning of bandwidth sharing AD HOC networks| US10419360B2|2007-05-31|2019-09-17|International Business Machines Corporation|Market-driven variable price offerings for bandwidth-sharing ad hoc networks| US7894828B2|2007-05-31|2011-02-22|International Business Machines Corporation|System and method for establishing peer-to-peer bandwidth sharing ad hoc networks| US8320414B2|2007-05-31|2012-11-27|International Business Machines Corporation|Formation and rearrangement of lender devices that perform multiplexing functions| US8249984B2|2007-05-31|2012-08-21|International Business Machines Corporation|System and method for fair-sharing in bandwidth sharing ad-hoc networks| US7898993B2|2007-05-31|2011-03-01|International Business Machines Corporation|Efficiency and resiliency enhancements for transition states in ad hoc networks| KR100907613B1|2007-12-26|2009-07-14|에스케이 텔레콤주식회사|Content providing server, system and method for providing additional content| CN101527708B|2008-03-04|2012-10-03|华为技术有限公司|Method and device for restoring connection| US8819741B2|2008-04-03|2014-08-26|Microsoft Corporation|Streaming video over a wireless network| US20100281224A1|2009-05-01|2010-11-04|International Buisness Machines Corporation|Prefetching content from incoming messages| WO2011022405A2|2009-08-17|2011-02-24|Akamai Technologies, Inc.|Method and system for http-based stream delivery| US8739300B2|2009-12-30|2014-05-27|Intergraph Corporation|System and method for transmission of files within a secured network| US9621964B2|2012-09-30|2017-04-11|Oracle International Corporation|Aborting data stream using a location value| US10367682B2|2017-06-30|2019-07-30|Bank Of American Corporation|Node failure recovery tool|
法律状态:
1998-04-30| AS| Assignment|Owner name: INTEL CORPORATION, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ROMRELL, DAVID A.;REEL/FRAME:009159/0233 Effective date: 19980412 | 2005-11-28| FPAY| Fee payment|Year of fee payment: 4 | 2010-01-04| REMI| Maintenance fee reminder mailed| 2010-05-28| LAPS| Lapse for failure to pay maintenance fees| 2010-06-28| STCH| Information on status: patent discontinuation|Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 | 2010-07-20| FP| Lapsed due to failure to pay maintenance fee|Effective date: 20100528 |
优先权:
[返回顶部]
申请号 | 申请日 | 专利标题 US4206997||1997-03-25|| US09/000,636|US6396805B2|1997-03-25|1997-12-30|System for recovering from disruption of a data transfer|US09/000,636| US6396805B2|1997-03-25|1997-12-30|System for recovering from disruption of a data transfer| 相关专利
Sulfonates, polymers, resist compositions and patterning process
Washing machine
Washing machine
Device for fixture finishing and tension adjusting of membrane
Structure for Equipping Band in a Plane Cathode Ray Tube
Process for preparation of 7 alpha-carboxyl 9, 11-epoxy steroids and intermediates useful therein an
国家/地区
|